ci: Drop `SKIP_INSTALLDEPS=1`
authorColin Walters <walters@verbum.org>
Sun, 3 Dec 2023 20:24:52 +0000 (15:24 -0500)
committerColin Walters <walters@verbum.org>
Fri, 12 Apr 2024 20:16:21 +0000 (16:16 -0400)
Right now there's skew where we don't have composefs-devel
in the buildroot.  In general this optimization isn't worth it.

.cci.jenkinsfile

index 1f41be1a1920a118c5390ca4b5e6123daf0df98f..d586edde6c6e05f2f5f717a26801175667fe8ecc 100644 (file)
@@ -18,7 +18,7 @@ stage("Build") {
           git fetch origin --tags
           git submodule update --init
 
-          env MAKE_JOBS=${n} SKIP_INSTALLDEPS=1 ./ci/build.sh
+          env MAKE_JOBS=${n} ./ci/build.sh
         """)
       }
       stage("Unit tests") {